//==============================================================================
// atlantean statue_anim.txt
//==============================================================================

//==============================================================================

define Stand
{
   set hotspot
   {
      version
      {
         Visual statue x kronos base
      }
   }
}

//==============================================================================
anim None
{

	SetSelector 
	{
		set hotspot
		{
			version
			{
			Visual world x statue
			connect Hotspot Stand Hotspot
			}
		}
	}
    }
}


